interface WorkspaceAliasConditionConfig {
    alias: "Umb.Condition.WorkspaceAlias";
    match?: string;
    oneOf?: string[];
}

Hierarchy (View Summary, Expand)

Properties

Properties

alias: "Umb.Condition.WorkspaceAlias"
match?: string

Define the workspace that this extension should be available in

"Umb.Workspace.Document"
oneOf?: string[]

Define one or more workspaces that this extension should be available in

["Umb.Workspace.Document", "Umb.Workspace.Media"]
MMNEPVFCICPMFPCPTTAAATR