@suluk/visual - v0.1.3
    Preparing search index...

    Interface PrimitiveSources

    interface PrimitiveSources {
        widgets: Record<string, string>;
        formLayout?: string;
        tableLayout?: string;
    }
    Index

    Properties

    widgets: Record<string, string>

    widget name (text/number/select/switch/…) → the source of its UI component (the bytes that draw pixels).

    formLayout?: string

    The form renderer/layout source — so changing the form's arrangement re-verifies the composition.

    tableLayout?: string

    The table renderer/layout source.