Esposter
    Preparing search index...

    Interface TMXGroupLayerNode

    interface TMXGroupLayerNode {
        $: TMXGroupLayerShared;
        $$: TMXLayerNode[];
        properties?: { property: TMXPropertyNode[] }[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    properties?: { property: TMXPropertyNode[] }[]