MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface D3BinderResult

    Result of a D3 binder function. Contains the complete MAIDR data structure and the generated layer for further customization if needed.

    interface D3BinderResult {
        maidr: Maidr;
        layer: MaidrLayer;
    }
    Index

    Properties

    Properties

    maidr: Maidr

    Complete MAIDR JSON data ready to use with the <Maidr> component or maidr-data attribute.

    layer: MaidrLayer

    The generated layer for direct inspection or modification.