Esposter
    Preparing search index...

    Interface TMXObjectNode

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    "#name": TMXNodeType
    polygon?: TMXNode<{ points: string }>[]
    properties?: { property: TMXPropertyNode[] }[]
    text?: TMXDataNode[]