TableLayoutCreationDefaultProperties

Default properties to apply when creating a new Table Layout

TypeScript
export type TableLayoutCreationDefaultProperties = Partial<Omit<TableLayout, 'Name'>>;
References

TableLayout