Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 811 Bytes

UiNodeScriptAttributes.md

File metadata and controls

22 lines (17 loc) · 811 Bytes

kratos_api_dart.model.UiNodeScriptAttributes

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
async_ bool The script async type
crossorigin String The script cross origin policy
id String A unique identifier
integrity String The script's integrity hash
nodeType String
referrerpolicy String The script referrer policy
src String The script source
type String The script MIME type

[Back to Model list] [Back to API list] [Back to README]