@umbraco-cms/backoffice
    Preparing search index...
    interface UmbEntitySignApi {
        getLabel?: () => string;
        label?: Observable<string>;
        destroy(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    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

    Methods