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

    Class ActionStyles

    Index

    Constructors

    Methods

    • Returns the idle style, or undefined if not customised.

      Returns StyleIdle | undefined

    • Sets the idle style from an instance or a plain JSON object.

      Parameters

      • idle: StyleIdle

        StyleIdle instance or compatible JSON.

      Returns this

    • Sets the idle style from an instance or a plain JSON object.

      Parameters

      Returns this

    • Returns the hover style, or undefined if not customised.

      Returns StyleHover | undefined

    • Sets the hover style from an instance or a plain JSON object.

      Parameters

      • hover: StyleHover

        StyleHover instance or compatible JSON.

      Returns this

    • Sets the hover style from an instance or a plain JSON object.

      Parameters

      Returns this

    • Returns the selected style, or undefined if not customised.

      Returns StyleSelected | undefined

    • Sets the selected style from an instance or a plain JSON object.

      Parameters

      • selected: StyleSelected

        StyleSelected instance or compatible JSON.

      Returns this

    • Sets the selected style from an instance or a plain JSON object.

      Parameters

      Returns this