Interface PopoutComponentEvent

Represents the data of an event that occurs when a PopoutComponent has been changed by the user.

interface PopoutComponentEvent {
    name: string;
    value?: any;
}

Properties

Properties

name: string

Gets the name that identifies the component that has been changed.

value?: any

Gets the value of the component that has been changed.