interface DrawFixtureConfig {
    defaultTool?: string;
    types?: DrawTypeConfig[];
}

Properties

Properties

defaultTool?: string
types?: DrawTypeConfig[]