@umbraco-cms/backoffice

    Class UmbContentTypeStructureServerDataSourceBase<ServerItemType, ClientItemType>Abstract

    Type Parameters

    • ServerItemType extends AllowedContentTypeBaseModel
    • ClientItemType extends UmbEntityModel

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns a promise with the allowed content types for the given unique

      Parameters

      • unique: null | string
      • parentContentUnique: null | string

      Returns Promise<
          | {
              data: { items: ClientItemType[]; total: number };
              error?: undefined;
          }
          | {
              data?: undefined;
              error: | undefined
              | (
                  (Error | UmbApiError | UmbCancelError | UmbError) & (UmbApiError | UmbCancelError)
              );
          },
      >

      UmbContentTypeStructureServerDataSourceBase

    MMNEPVFCICPMFPCPTTAAATR