@termun/core - v0.0.0
    Preparing search index...
    Index

    Constructors

    Methods

    Properties

    Constructors

    Methods

    • Returns the title label, or undefined if not set.

      Returns Label | undefined

    • Sets the title label from a Label instance or a translation key string.

      Parameters

      • title: NonNullable<string | Label | undefined>

        Label instance or translation key.

      • Optionalcallback: (
            value: string | undefined,
            translate: (value: string) => string | undefined,
        ) => string

        Optional interpolation callback forwarded to the Label.

      Returns this

    Properties

    title?: Label