Skip to content

Vizel API / core/src / VizelIconRendererOptions

Interface: VizelIconRendererOptions

Defined in: packages/core/src/icons/types.ts:302

Icon renderer options for customization.

Properties

height?

ts
optional height?: number;

Defined in: packages/core/src/icons/types.ts:306

Icon height in pixels


width?

ts
optional width?: number;

Defined in: packages/core/src/icons/types.ts:304

Icon width in pixels

Released under the MIT License.