SheetConfiginterface SheetConfig <T = unknown> {nonce?: string;target?: T;}§Type Parameters§T = unknown[src]§Properties§nonce?: string[src]Sets a cryptographic nonce (number used once) on the enclosing <style> tag when generating a page on demand. Useful for enforcing a Content Security Policy (CSP). §target?: T[src]Target to insert rules into.