@samatawy/diagrams
    Preparing search index...

    Interface InspectorAdapterInit

    Constructor-time context passed to each inspector adapter.

    interface InspectorAdapterInit {
        readonly: boolean;
        def: InspectorPropertyDefinition;
    }
    Index

    Properties

    Properties

    readonly: boolean

    Indicates whether the adapter should render in read-only mode.

    Property definition that describes which field the adapter edits.