Visualization
    Preparing search index...

    Interface PageValues

    Represents the values held by a Page.

    interface PageValues {
        index: number;
        name: string;
        visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    index: number

    Gets the zero-based index in this instance in the page collection in the Spotfire document.

    name: string

    Gets the name of this instance.

    visible: boolean

    Gets a value indicating whether this instance is visible.