hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface IReusable

    Interface for objects that can be identified by Hosanna.

    interface IReusable {
        _cacheKey?: string;
        _hid?: string;
        onWillRelease(): void;
        onWillReuse(): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _cacheKey?: string
    _hid?: string

    Methods