@makehq/sdk
    Preparing search index...

    Type Alias TemplateController

    Controller configuration tracked alongside a template's blueprint.

    type TemplateController = {
        idSequence: number;
        modules: Record<string, JSONValue>;
        name: string;
    }
    Index

    Properties

    idSequence: number

    Next ID to assign when adding a module

    modules: Record<string, JSONValue>

    Controller-tracked module state, keyed by module ID

    name: string

    Controller name