Kokopu - v4.13.0
    Preparing search index...

    Type Alias AbstractNodePOJO

    Represent a AbstractNode in a GamePOJO.

    type AbstractNodePOJO = {
        comment?: string;
        isLongComment?: boolean;
        nags?: number[];
        tags?: Record<string, string>;
    }
    Index

    Properties

    comment?: string
    isLongComment?: boolean
    nags?: number[]
    tags?: Record<string, string>