Type alias PropertyDefinitionMap

PropertyDefinitionMap: {
    [name: string]: PropertyDefinition;
}

Property definition map.

Type declaration

Generated using TypeDoc