blockly > BlocklyOptions > css
Proprietà BlocklyOptions.css
Firma:
css?: boolean;
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-16 UTC.
[null,null,["Ultimo aggiornamento 2024-10-16 UTC."],[[["`css` is an optional property within BlocklyOptions."],["It determines whether or not Blockly's CSS is injected into the DOM."],["Its data type is a boolean, accepting either true or false."],["If set to true (default), Blockly injects its CSS; if false, it's assumed the CSS is already present."]]],["The `css` property, part of the `BlocklyOptions` interface, is a boolean type. Its function, indicated by the `?`, means it is an optional setting within the `BlocklyOptions`. This `css` property likely controls the application of CSS styling within the Blockly environment. If set to `true`, CSS is enabled, and if not provided or set to `false` then it is disabled.\n"]]