Home > @activeviam/activeui-sdk > MdxDefinition
MdxDefinition interface
The definition of a configuration.
Signature:
export interface MdxDefinition
Properties
Property | Type | Description |
---|---|---|
owners | PermissionGroups | A list of roles/users that can edit the configuration. |
readers | PermissionGroups | A list of roles/users that can read the configuration. |
statement | string | A mdx configuration statement. |