API (v2.0.0) - Giro3D
    Preparing search index...

    Interface AxisGridEventMap

    interface AxisGridEventMap {
        "clippingPlanes-property-changed": { clippingPlanes: Plane[] | null };
        "frozen-property-changed": { frozen: boolean };
        initialized: unknown;
        "label-created": { label: HTMLSpanElement };
        "object-created": { obj: Object3D };
        "opacity-property-changed": { opacity: number };
        "renderOrder-property-changed": { renderOrder: number };
        "visible-property-changed": { visible: boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    "clippingPlanes-property-changed": { clippingPlanes: Plane[] | null }

    Fired when the entity's clipping planes have changed.

    "frozen-property-changed": { frozen: boolean }
    initialized: unknown
    "label-created": { label: HTMLSpanElement }

    Raised when a new label is created.

    Type Declaration

    • label: HTMLSpanElement

      The label DOM element.

    "object-created": { obj: Object3D }

    Fired when the entity creates a new object

    "opacity-property-changed": { opacity: number }

    Fired when the entity opacity changed.

    "renderOrder-property-changed": { renderOrder: number }

    Fired when the entity render order changed.

    "visible-property-changed": { visible: boolean }

    Fired when the entity visibility changed.