interface RuntimeScriptCache {
    blockId: string;
    container: Blocks;
    fieldsOfInputs: Record<string, Field>;
}

Properties

blockId: string
container: Blocks
fieldsOfInputs: Record<string, Field>