Interface PopoutButtonOptions

Display in API overview

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

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

Properties

name: string

Specifies the name that identifies the component.

text: string

Specifies the text to display in the button.

""