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

    Interface UsedPrimitive

    A primitive USED by a generated UI: its key + the CURRENT content hash of its source.

    interface UsedPrimitive {
        key: string;
        contentHash: string;
        label?: string;
    }
    Index

    Properties

    key: string
    contentHash: string
    label?: string