Visualization
    Preparing search index...

    Interface Title

    Represents a title in the Spotfire document.

    2.4

    interface Title {
        set: (value: string) => void;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    set: (value: string) => void

    Sets the title of the entity.

    Type Declaration

      • (value: string): void
      • Parameters

        • value: string

          The new title.

        Returns void

    value: string

    Gets the title.