@umbraco-cms/backoffice

    Interface UmbCurrentUserGroupIdConditionConfig

    interface UmbCurrentUserGroupIdConditionConfig {
        alias: "Umb.Condition.CurrentUser.GroupId";
        allOf?: string[];
        match?: string;
        noneOf?: string[];
        oneOf?: string[];
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: "Umb.Condition.CurrentUser.GroupId"
    allOf?: string[]

    The user groups that the current user must be a member of to pass the condition.

    [['guid1', 'guid2']]

    match?: string

    The user group that the current user must be a member of to pass the condition.

    ['guid1']

    noneOf?: string[]

    The user group(s) that the current user must not be a member of to pass the condition.

    [['guid1', 'guid2']]

    oneOf?: string[]

    The user group(s) that the current user must be a member of to pass the condition.

    [['guid1', 'guid2']]

    MMNEPVFCICPMFPCPTTAAATR