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

    Interface AppendResult

    Result of merging an appended point into a Maidr config.

    interface AppendResult {
        maidr: Maidr;
        appended: AppendedPointInfo;
    }
    Index

    Properties

    Properties

    maidr: Maidr