addDisplayStyle Method

Add a display style to a ViewStore.

addDisplayStyle(args: { className: string, name?: string, owner?: string, settings: DisplayStyleSettingsProps }): Promise<string>

@returns The IdString of the new display style.

Parameter Type Description
args { className: string, name?: string, owner?: string, settings: DisplayStyleSettingsProps }  

Returns - Promise

The IdString of the new display style.

Defined in

Last Updated: 14 November, 2024