GeoLeaf Core API - v3.0.0
    Preparing search index...

    The reading projection of a field.

    interface AttributeDisplay {
        mode?: AttributeDisplayMode;
        surfaces: readonly AttributeSurface[];
        presentation?: AttributeDisplayPresentation;
    }
    Index

    Properties

    Defaults to "rendered" when omitted.

    surfaces: readonly AttributeSurface[]

    Surfaces this field appears on. An empty list hides the field everywhere.

    Surface-level presentation modifiers. See AttributeDisplayPresentation.