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

    Interface combining IIdentifiable with JsonData.

    interface JsonIdentifiable {
        _hid?: string;
        contentId?: string;
        id: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    _hid?: string
    contentId?: string
    id: string