Variable attrConst

    attr: {
        bool: { (): PropertyDecorator; (default_: boolean): PropertyDecorator };
        num: { (): PropertyDecorator; (default_: number): PropertyDecorator };
        str: { (): PropertyDecorator; (default_: string): PropertyDecorator };
    } = ...

    Type Declaration

    • bool: { (): PropertyDecorator; (default_: boolean): PropertyDecorator }
    • num: { (): PropertyDecorator; (default_: number): PropertyDecorator }
    • str: { (): PropertyDecorator; (default_: string): PropertyDecorator }