Esposter
    Preparing search index...

    Interface TMXObjectNode

    interface TMXObjectNode {
        $: TMXObjectShared;
        $$: TMXDataNode[] | TMXPropertiesNode[];
        polygon?: TMXNode<{ points: string }>[];
        properties?: { property: TMXPropertyNode[] }[];
        text?: TMXDataNode[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    polygon?: TMXNode<{ points: string }>[]
    properties?: { property: TMXPropertyNode[] }[]
    text?: TMXDataNode[]