Interface PopoutButtonOptions

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

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

Properties

Properties

name: string

Specifies the name that identifies the component.

text: string

Specifies the text to display in the button.