Skip to main content
Version: 2.x

StyleTarget.append() method

@microsoft/fast-element > StyleTarget > append

StyleTarget.append() method

Adds styles to the target by appending the styles.

Signature:

append(styles: HTMLStyleElement): void;

Parameters

Parameter

Type

Description

styles

HTMLStyleElement

The styles element to add.

Returns:

void