interface ActionBottomSheetAction {
    destructive?: boolean;
    title: string;
}

Properties

Properties

destructive?: boolean

Indicates that the action result is destructive. Defaults to false.

title: string

Title of the action.