iink-ts - v4.0.0
    Preparing search index...

    Type Alias TJIIXElementBase<T>

    TJIIXElementBase: TJIIXBase & {
        children?: string[];
        "children-pos"?: number[];
        id: string;
        parent?: string;
        type: T;
    }

    Type Parameters

    • T = string

    Type Declaration

    • Optionalchildren?: string[]

      IDs of child elements

    • Optionalchildren-pos?: number[]

      Positions of children in the content

    • id: string
    • Optionalparent?: string

      ID of parent element

    • type: T