Merged PR 198: Change MarkPosition for multiple orientation

Implement EnumCheckboxGroupInput
This commit is contained in:
Eric Nguyen 2022-09-29 14:07:30 +00:00
parent 417829945f
commit 7836d27d5f
12 changed files with 164 additions and 68 deletions

View file

@ -120,7 +120,7 @@ export interface IAvailableContainer {
/**
* if true, allows a parent dimension borrower to uses its x coordinate for as a reference point for a dimension
*/
MarkPositionToDimensionBorrower?: boolean
MarkPositionToDimensionBorrower?: Orientation[]
/**
* if true, show a dimension from the edge of the container to end

View file

@ -82,7 +82,7 @@ export interface IContainerProperties {
* if true, allows a parent dimension borrower to borrow its x coordinate
* as a reference point for a dimension
*/
markPositionToDimensionBorrower: boolean
markPositionToDimensionBorrower: Orientation[]
/**
* if true, show a dimension from the edge of the container to end