ConfigLineSettings: {
    isSequential: boolean;
    nameLength: number;
    prefixName: string;
    prefixUri: string;
    uriLength: number;
}

Config line settings to allocate space for individual name + URI.

Type declaration

  • isSequential: boolean

    Indicates whether to use a senquential index generator or not

  • nameLength: number

    Length of the remaining part of the name

  • prefixName: string

    Common name prefix

  • prefixUri: string

    Common URI prefix

  • uriLength: number

    Length of the remaining part of the URI

Generated using TypeDoc