@turbowarp/types
    Preparing search index...

    Interface RuntimeScriptCache

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

    Properties

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