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

    Interface extending IHsIdentifiable with additional identification properties.

    interface IIdentifiable {
        _hid?: string;
        contentId?: string;
        id: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    _hid?: string
    contentId?: string
    id: string