@samatawy/diagrams
    Preparing search index...

    Interface TypeTransferAdapterConfig

    Configuration options for TypeTransferAdapter.

    interface TypeTransferAdapterConfig {
        options: string[] | (() => string[]);
    }
    Index

    Properties

    Properties

    options: string[] | (() => string[])

    Candidate node types that can replace the current type. May be static or computed per-refresh.