@if (selectedElement()) {
@if (selectedElement()) {
{{ selectedElement()!.label }}
{{ selectedElement()!.key }}
@if (selectedElement()!.container) {
{{
selectedElement()!.container
}}
}
{{ selectedElement()!.description }}
}
@if (selectedElement()!.layoutEditable) {
}
}
@for (capability of selectedElementCapabilities(); track capability) {
{{ capability }}
}
}
Theme JSON
{{ draftLineCount() }} lines
{{ draftCharacterCount() }} chars
{{ draftErrorCount() }} errors
IDE editor
Selection
{{ selectedElement()!.label }}
{{ selectedElement()!.key }} @if (isMounted(selectedElement()!)) { Mounted now }{{ selectedElement()!.description }}
Schema Hints
@for (field of visiblePropertyHints(); track field.key) {
}
Animation Keys
@if (animationKeys().length > 0) {
@for (animationKey of animationKeys(); track animationKey) {
}
} @else {
No custom animation keys yet.
}
@for (field of THEME_ANIMATION_FIELDS; track field.key) {
{{ field.key }}
}
Layout Grid
@for (container of layoutContainers; track container.key) {
}
x
{{ selectedElementGrid()!.grid.x }}
y
{{ selectedElementGrid()!.grid.y }}
w
{{ selectedElementGrid()!.grid.w }}
h
{{ selectedElementGrid()!.grid.h }}