Beta
The options for including a spacer in CustomForm.
export interface DividerOptions { visible?: Observable<boolean> | boolean;} Copy
export interface DividerOptions { visible?: Observable<boolean> | boolean;}
Optional
Whether or not this divider is visible
The options for including a spacer in CustomForm.
Source