Gid
Gid =
number&object
Defined in: packages/core/src/kernel/types.ts:138
Group identity. 0 is the root group by convention.
Type Declaration
Section titled “Type Declaration”__brand
Section titled “__brand”
readonly__brand:"Gid"
Remarks
Section titled “Remarks”Branded for the same reason as Uid.
Example
Section titled “Example”import { gid } from '@fishnet/core'const wheel = gid(0)