@termun/core - v1.0.1
    Preparing search index...

    Class ActionLabels

    Index
    • 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: Label

        Label instance or translation key.

      Returns this

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

      Parameters

      • title: string

        Label instance or translation key.

      Returns this

    title?: Label