Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Interface TwoStepConfirmationConfig

    Configuration for two-step destructive action confirmations.

    interface TwoStepConfirmationConfig {
        action: string;
        actionButton: string;
        consequences: string[];
        finalActionButton: string;
        itemName: string;
    }
    Index

    Properties

    action: string

    The action being performed (e.g., "delete", "terminate")

    actionButton: string

    The action button text for step 1 (e.g., "Delete", "Terminate")

    consequences: string[]

    The consequences of the action (array of bullet points)

    finalActionButton: string

    The final confirmation button text (e.g., "Yes, Delete", "Yes, Terminate")

    itemName: string

    The item/resource name being acted upon