Interface CustomFieldContextDefaultValueForgeMultiUserField

Defaults for a Forge collection of users custom field.

interface CustomFieldContextDefaultValueForgeMultiUserField {
    accountIds: string[];
    contextId: string;
    type: string;
}

Properties

accountIds: string[]

The IDs of the default users.

contextId: string

The ID of the context.

type: string