Loom Engine - v3.1.1
    Preparing search index...

    Interface DialogChoiceRecord

    interface DialogChoiceRecord {
        nodeId: string;
        choiceIndex: number;
        choiceLabel?: string;
        seq: number;
    }
    Index

    Properties

    nodeId: string
    choiceIndex: number
    choiceLabel?: string
    seq: number