UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

14 lines (13 loc) 589 B
import { BaseRectangleItemHandler, GroupItemHandler, PlaceholderItemHandler } from "../ItemHandlers"; export declare type UpdateButtonGroupsOptions = { onlyVisible?: boolean; violationContainers?: boolean; violationContainersPosition?: boolean; violationContainerHandler?: BaseRectangleItemHandler; violationContainerHandlerPosition?: boolean; placeholderButtons?: boolean; placeholderButtonsPosition?: boolean; placeholderHandler?: PlaceholderItemHandler | GroupItemHandler; placeholderHandlerPosition?: boolean; instant?: boolean; };