sesaparcours
    Preparing search index...

    Type Alias FullAnchorSpec

    An anchor spec in the form {type:..., options:{ ... }}

    type FullAnchorSpec = {
        options: AnchorOptions;
        type: AnchorId;
    }
    Index

    Properties

    Properties

    options: AnchorOptions
    type: AnchorId