Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 668 Bytes

File metadata and controls

11 lines (7 loc) · 668 Bytes

StylesheetEntrypoint

A stylesheet entrypoint to be loaded into the runtime environment.

Properties

Name Type Required Description
file_path FilePath Yes A relative path from the root to a CSS entrypoint. It must satisfy: - Must contain one or more non-empty segments separated by /. - Each segment must only contain the following ASCII characters: a-z, A-Z, 0-9 and -_.. - Must have a maximum length of 100.

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