Documentation
    Preparing search index...

    Interface NameIdKey

    Base record containing both KeyBase and NameId interfaces.

    interface NameIdKey {
        id: number;
        key: Href;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: number
    key: Href
    name: string