ecspresso
    Preparing search index...
    interface TiledProperty {
        name: string;
        type: "string" | "object" | "color" | "float" | "int" | "bool" | "file";
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    name: string
    type: "string" | "object" | "color" | "float" | "int" | "bool" | "file"
    value: string | number | boolean