240 B
240 B
sidebar_label |
---|
FrameAddStyleTagOptions.content |
FrameAddStyleTagOptions.content property
Raw CSS content to be injected into the frame.
Signature:
interface FrameAddStyleTagOptions {
content?: string;
}