Home > @activeviam/activeui-sdk > DefaultMembersPolicy
DefaultMembersPolicy type
The policy that defines whether default members should be kept in the LocationMembers mapping that characterizes a LocationInfo.
Signature:
export declare type DefaultMembersPolicy = 'all' | 'none' | 'non-trivial';