Type Alias ScriptAssetData
ScriptAssetData: {
loading: boolean;
loadingType: number;
scripts: {
[key: string]: {
attributes: {
[key: string]: {
array: boolean;
assetType: string;
color: string;
curves: string[];
default: any;
description: string;
enum: { options: { [key: string]: any }; order: string[] };
max: number;
min: number;
placeholder: any;
precision: number;
schema: { [key: string]: any }[];
step: number;
title: string;
type: string;
};
};
attributesOrder: string[];
};
};
}
Type declaration
loading: boolean
loadingType: number
scripts: {
[key: string]: {
attributes: {
[key: string]: {
array: boolean;
assetType: string;
color: string;
curves: string[];
default: any;
description: string;
enum: { options: { [key: string]: any }; order: string[] };
max: number;
min: number;
placeholder: any;
precision: number;
schema: { [key: string]: any }[];
step: number;
title: string;
type: string;
};
};
attributesOrder: string[];
};
}
Represents the data for a Script asset.