iink-ts - v4.0.0
    Preparing search index...

    Type Alias TVariableInputItem

    type TVariableInputItem = {
        disabled?: boolean;
        id?: string;
        initialValue?: number;
        isDefinition?: boolean;
        name: string;
        onDelete?: (name: string) => Promise<void>;
        sourceLabel?: string;
        sourceType?: string;
        targetLabel?: string;
    }
    Index
    disabled?: boolean
    id?: string
    initialValue?: number
    isDefinition?: boolean
    name: string
    onDelete?: (name: string) => Promise<void>
    sourceLabel?: string
    sourceType?: string
    targetLabel?: string