Skip to main content

GridClaimPolicy

How a player claim confers grid ownership in this app (D4): SELF_CLAIM (the claim alone assigns ownership), APPROVAL (claims create requests designated approvers accept), INVITE (only against a standing invite), or MARKETPLACE_ONLY (only a marketplace grid purchase; direct claims refused — the purchase edge ships in P4b).

enum GridClaimPolicy {
SELF_CLAIM
APPROVAL
INVITE
MARKETPLACE_ONLY
}

Values

GridClaimPolicy.SELF_CLAIM

GridClaimPolicy.APPROVAL

GridClaimPolicy.INVITE

GridClaimPolicy.MARKETPLACE_ONLY

Returned By

gridClaimPolicy query ● setAppGridClaimPolicy mutation

Member Of

GridClaimResult object ● setAppGridClaimPolicy mutation