Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface IReusable

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _cacheKey?: string
    _hid?: string

    Methods

    • Returns void

    • Returns void