@willwade/aac-processors
    Preparing search index...

    Interface CommandParameter

    Parameter definition for commands

    interface CommandParameter {
        description?: string;
        key: string;
        required: boolean;
        type: "string" | "number" | "boolean" | "grid" | "color" | "font";
    }
    Index

    Properties

    description?: string
    key: string
    required: boolean
    type: "string" | "number" | "boolean" | "grid" | "color" | "font"