Esposter
    Preparing search index...

    Interface TMXPropertyNode

    interface TMXPropertyNode {
        _: string;
        $: { name: string; value?: string };
        $$: undefined;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    • TMXNode<{ name: string; value?: string }>
      • TMXPropertyNode

    Indexable

    • [key: string]: unknown
    Index

    Properties

    _ $ $$

    Properties

    _: string
    $: { name: string; value?: string }
    $$: undefined