Skip to main content
Version: 15.5.0

FrameAddStyleTagOptions.content property

Raw CSS content to be injected into the frame.

Signature:

interface FrameAddStyleTagOptions {
content?: string;
}