Internal
Extracts theme annotations from a given string.
Format: @@<annotationName> value (until end of line)
@@<annotationName> value
Possible annotation names:
id
displayName
description
defaultTheme
The string to extract annotations from.
An object containing the extracted annotations, or null if no annotations were found.
Extracts theme annotations from a given string.
Format:
@@<annotationName> value
(until end of line)Possible annotation names:
id
: a unique identifier for the themedisplayName
: a human-readable name for the themedescription
: a short description of the themedefaultTheme
: a boolean flag indicating if this is the default theme