dc-management-sdk-js
    Preparing search index...

    Type Alias HierarchyNodeModel

    HierarchyNodeModel: HierarchyMeta & {
        contentTypeUri: string;
        hasChildren: boolean;
        id: string;
        label: string;
        publishingStatus: ContentItemPublishingStatus | string;
        repositoryId: string;
    }

    Type declaration

    • contentTypeUri: string

      Schema URI of the content item

    • hasChildren: boolean

      Boolean to denote weather the hierarchy node has children

    • id: string

      Unique id generated on creation

    • label: string

      Friendly label for the content item

    • publishingStatus: ContentItemPublishingStatus | string

      publishing status of the content item

      NONE - hasn't been published before

      EARLY - changes have been made since last publish

      LATEST - no changes have been made since last publish

    • repositoryId: string

      Unique id of the repository this content item is saved within