interface SceneControlTool {
    name: string;
    title: string;
    icon: string;
    visible: boolean;
    toggle: boolean;
    active: boolean;
    button: boolean;
    onClick: Function;
    toolclip: ToolclipConfiguration;
}

Properties

name: string
title: string
icon: string
visible: boolean
toggle: boolean
active: boolean
button: boolean
onClick: Function

Configuration for rendering the tool's toolclip.