APIToolbar APIToolbar PropertiescssOn this pagecss Description Optional. Controls the CSS class for the top container of the toolbar Usage css?: string; Example Defining CSS class: <template> <Toolbar css="somebar" /></template><style scoped> .somebar { background-color: #f0f0f0; }</style>