Namespace PropertyDecorators
Functions
description
- description(text: string): (classPrototype: Object, property: string | symbol) => void
-
Parameters
Returns (classPrototype: Object, property: string | symbol) => void
-
- (classPrototype: Object, property: string | symbol): void
-
Parameters
-
classPrototype: Object
-
property: string | symbol
Returns void
hidden
- hidden(): (classPrototype: Object, property: string | symbol) => void
-
Returns (classPrototype: Object, property: string | symbol) => void
-
- (classPrototype: Object, property: string | symbol): void
-
Parameters
-
classPrototype: Object
-
property: string | symbol
Returns void
multiline
- multiline(enabled: boolean): (classPrototype: Object, property: string | symbol) => void
-
Parameters
Returns (classPrototype: Object, property: string | symbol) => void
-
- (classPrototype: Object, property: string | symbol): void
-
Parameters
-
classPrototype: Object
-
property: string | symbol
Returns void
numberRange
- numberRange(min: number, max: number): (classPrototype: Object, property: string | symbol) => void
-
Parameters
Returns (classPrototype: Object, property: string | symbol) => void
-
- (classPrototype: Object, property: string | symbol): void
-
Parameters
-
classPrototype: Object
-
property: string | symbol
Returns void