Build the manager from the current builder state
GdprManagerBuilder
End this group's creation (no-op for manager builders)
GdprManagerBuilder
Start a new disabled group
GdprManagerBuilder
Optional
storage: null | GdprStorage = nullThe storage type of the group
Optional
name: string = ""The name of the group
Optional
description: string = ""The description of the group
Start a new enabled group
GdprManagerBuilder
Optional
storage: null | GdprStorage = nullThe storage type of the group
Optional
name: string = ""The name of the group
Optional
description: string = ""The description of the group
Start a new group
GdprManagerBuilder
Optional
storage: null | GdprStorage = nullThe storage type of the group
Optional
name: string = ""The name of the group
Optional
description: string = ""The description of the group
Optional
enabled: boolean = trueWhether or not the group is enabled
Start a new group as required
GdprManagerBuilder
Optional
storage: null | GdprStorage = nullThe storage type of the group
Optional
name: string = ""The name of the group
Optional
description: string = ""The description of the group
Static
makeFactory for a builder
GdprManagerBuilder
Builder for a GdprManager
Export