Properties
Protected description
description: string
Protected enable
enable: boolean
Protected name
name: string
Protected parent
Protected require
require: boolean
Protected storage
Methods
disabled
- disabled(): GdprGuardBuilder
-
enabled
- enabled(): GdprGuardBuilder
-
endGuard
- endGuard(): GdprGroupBuilder
-
required
- required(): GdprGuardBuilder
-
withDescription
- withDescription(description: string): GdprGuardBuilder
-
withName
- withName(name: string): GdprGuardBuilder
-
Static create
- create(gb: GdprGroupBuilder, storage?: GdprStorage, enabled?: boolean, required?: boolean): GdprGuardBuilder
-
Parameters
-
-
-
Optional enabled: boolean
-
Optional required: boolean
Builder for a gdpr guard
Export