TableLayoutCreationDefaultProperties
Default properties to apply when creating a new Table Layout
TypeScript
export type TableLayoutCreationDefaultProperties = Partial<Omit<TableLayout, 'Name'>>;Default properties to apply when creating a new Table Layout
export type TableLayoutCreationDefaultProperties = Partial<Omit<TableLayout, 'Name'>>;