Block class
Represents a block within a Screen of an app. The block can be used to dynamically render a partial area of a screen, based on user configuration.
export declare class Block
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Block class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| BlockId | string | Unique id of block | |
| BlockType | string | Type of block | |
| Name | string | Name of block |
Methods
| Method | Modifiers | Description |
|---|---|---|
| Get(key) | Gets a setting by the specified key | |
| Set(key, value) | Add or update a setting |