Interface IButton

Basic button interface

interface IButton {
    action: {
        type: string;
    };
}

Hierarchy (view full)

Properties

Properties

action: {
    type: string;
}

Type declaration

  • type: string

Generated using TypeDoc