@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias TextPropertyValue

    type TextPropertyValue = {
        arguments?: {
            argumentValue: TextPropertyValue;
            name: string;
            valueType: number;
        }[];
        flags: number;
        hasCultureInvariantString?: boolean;
        historyType: number;
        key?: string;
        namespace?: string;
        sourceFmt?: TextPropertyValue;
        sourceText?: TextPropertyValue;
        tableId?: string;
        textKey?: string;
        transformType?: number;
        value?: string;
    }
    Index

    Properties

    arguments?: {
        argumentValue: TextPropertyValue;
        name: string;
        valueType: number;
    }[]
    flags: number
    hasCultureInvariantString?: boolean
    historyType: number
    key?: string
    namespace?: string
    sourceFmt?: TextPropertyValue
    sourceText?: TextPropertyValue
    tableId?: string
    textKey?: string
    transformType?: number
    value?: string