Theia API Documentation v1.71.0
    Preparing search index...
    interface UserInteractionOption {
        buttonLabel?: string;
        description?: string;
        text: string;
        value: string;
    }
    Index

    Properties

    buttonLabel?: string
    description?: string
    text: string
    value: string