Interface SectionBoxRef

interface SectionBoxRef {
    auto: StateRef<boolean>;
    bottomOffset: StateRef<string>;
    enable: StateRef<boolean>;
    section: ArgActionRef<Box3>;
    sectionReset: AsyncFuncRef<void>;
    sectionSelection: AsyncFuncRef<void>;
    showOffsetPanel: StateRef<boolean>;
    sideOffset: StateRef<string>;
    topOffset: StateRef<string>;
    visible: StateRef<boolean>;
}

Properties

auto: StateRef<boolean>
bottomOffset: StateRef<string>
enable: StateRef<boolean>
section: ArgActionRef<Box3>
sectionReset: AsyncFuncRef<void>
sectionSelection: AsyncFuncRef<void>
showOffsetPanel: StateRef<boolean>
sideOffset: StateRef<string>
topOffset: StateRef<string>
visible: StateRef<boolean>