Skip to main content
Version: 18.0.1

FrameAddStyleTagOptions.content property

Raw CSS content to be injected into the frame.

Signature:

interface FrameAddStyleTagOptions {
content?: string;
}