IGUHealth
    Preparing search index...
    interface ImplementationGuideManifestPage {
        _anchor?: Element[];
        _name?: Element;
        _title?: Element;
        anchor?: string[];
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name: string;
        title?: string;
    }
    Index

    Properties

    _anchor?: Element[]

    Anchor available on the page

    _name?: Element

    HTML page name

    _title?: Element

    Title of the page, for references

    anchor?: string[]

    Anchor available on the page

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name: string

    HTML page name

    title?: string

    Title of the page, for references