OptionalarrowsAn array of arrow types to display in the dropdown. Each type is represented as a string. The default arrow types are: 'start', 'end', 'both', and 'none'. You can change their order but not add new types without updating the component logic.
OptionalstrokeThe stroke color to use for the width swatch in the dropdown and trigger button.
OptionalhostOptional CSS class name to apply to the host element of the ArrowDirectionSelect component. This allows for custom styling of the component.
OptionaltriggerOptional CSS class name to apply to the trigger button of the ArrowDirectionSelect component. This allows for custom styling of the trigger button.
OptionalmenuOptional CSS class name to apply to the dropdown menu of the ArrowDirectionSelect component. This allows for custom styling of the dropdown menu.
OptionaloptionOptional CSS class name to apply to each option in the dropdown menu of the ArrowDirectionSelect component. This allows for custom styling of the options.
OptionalswatchOptional CSS class name to apply to the swatch element of the ArrowDirectionSelect component. This allows for custom styling of the swatch.
OptionalselectedOptional CSS class name to apply to the selected option of the ArrowDirectionSelect component. This allows for custom styling of the selected option.
OptionalopenOptional CSS class name to apply when the ArrowDirectionSelect component is open. This allows for custom styling when the component is open.
Configuration options for the ArrowDirectionSelect component.