mimiq
    Preparing search index...

    Interface UIActionTarget

    interface UIActionTarget {
        description?: string;
        enabled: boolean;
        id: string;
        kind: UIActionKind;
        label?: string;
        metadata?: JsonObject;
        options?: UIActionOption[];
    }
    Index

    Properties

    description?: string
    enabled: boolean
    id: string
    label?: string
    metadata?: JsonObject
    options?: UIActionOption[]