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

    Type Alias TMathDependencies

    Type representing math symbol dependencies

    type TMathDependencies = {
        dependentBlocks?: string[];
        externalVariables?: TMathVariable[];
        variableSources?: { [variableName: string]: string };
    }
    Index
    dependentBlocks?: string[]

    Array of block IDs that depend on this block

    externalVariables?: TMathVariable[]

    Variables used by this block that aren't linked to another block (API, API_GLOBAL, PREDEFINED, UNDEFINED)

    variableSources?: { [variableName: string]: string }

    Map of variable names to their source block IDs