📁 Reference
Grid

grid

ensure

Terminal
ensure grid GridName

remove

Terminal
remove grid GridName

update

Terminal
update grid GridName name:"Symbol"
update grid GridName label:"null | @null | @empty | text"
update grid GridName description:"null | @null | @empty | paragraph"
update grid GridName filterTags:"..."
update grid GridName disabled:"true | false | yes | no"
update grid GridName indexFieldName:"..."
update grid GridName minRows:"..."
update grid GridName maxRows:"..."
update grid GridName asideDefaultLayout:"null | GridLayout"
update grid GridName showBorders:"null | @empty | top, bottom, left, right"

filterTags : null | @empty | FilterTag1, FilterTag2, ...

indexFieldName : null | Variable of type: text | Variable value of type: text

minRows : null | Variable of type: number | Variable value of type: number

maxRows : null | Variable of type: number | Variable value of type: number

goTo

Terminal
goTo grid GridName

print

Terminal
print grid GridName