Visualization
    Preparing search index...

    Interface PopoutButtonOptions

    Represents options describing how to render a button. See PopoutComponentFactory.button.

    interface PopoutButtonOptions {
        name: string;
        text: string;
    }
    Index

    Properties

    Properties

    name: string

    Specifies the name that identifies the component.

    text: string

    Specifies the text to display in the button.