@wailsio/runtime
    Preparing search index...

    Interface Button

    interface Button {
        IsCancel?: boolean;
        IsDefault?: boolean;
        Label?: string;
    }
    Index

    Properties

    IsCancel?: boolean

    True if the button should cancel an operation when clicked.

    IsDefault?: boolean

    True if the button should be the default action when the user presses enter.

    Label?: string

    Text that appears within the button.