@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbEntitySignApi

    interface UmbEntitySignApi {
        getLabel?: () => string;
        label?: Observable<string>;
        destroy(): void;
    }

    Hierarchy (View Summary)

    Index
    getLabel?: () => string

    Get the label for this sign

    Type Declaration

      • (): string
      • Returns string

        The label

    label?: Observable<string>

    An observable that provides the label for this sign

    A label observable