UI Component Reference - v2.63.2
    Preparing search index...

    Interface ActionBottomSheetAction

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

    Properties

    Properties

    destructive?: boolean

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

    title: string

    Title of the action.