Interface AsukaParametricParameterGroup

interface AsukaParametricParameterGroup {
    description?: string;
    icon?: string;
    id: string;
    label?: string;
    parameters: string[];
    visibleWhen?: AsukaParametricValue;
}

Properties

description?: string
icon?: string
id: string
label?: string
parameters: string[]
visibleWhen?: AsukaParametricValue