Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.2 KiB

Sector

Properties

  • id String Sector id, eg. typography
  • name String Sector name, eg. Typography
  • open Boolean? Indicates the open state.
  • properties Array<Object>? Indicate an array of Property defintions[Property]: property.html

getId

Get sector id.

Returns String

getName

Get sector name.

Returns String

setName

Update sector name.

Parameters

  • value String New sector name

isOpen

Check if the sector is open

Returns Boolean

setOpen

Update Sector open state

Parameters

getProperties

Get sector properties.

Returns Array<[Property]>