Model plugin

interface ModelPlugin {
    category: "Model";
    client: { models: IModel[]; name: string };
    key: string;
    rootDirectory?: string;
    server: { templates?: { file: string; key: string }[] };
    uuid?: string;
}

Hierarchy (View Summary)

Properties

category: "Model"
client: { models: IModel[]; name: string }
key: string
rootDirectory?: string
server: { templates?: { file: string; key: string }[] }
uuid?: string