UNPKG

dazscript-types

Version:
14 lines (11 loc) 345 B
/** * Class for actions that toggle an interface pane on/off. * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/paneaction_dz */ declare class DzPaneAction extends DzAction { /* Methods */ /** * @returns string */ getPaneIdentifier(): string; // String }