@farmart-tech/brave-feature-core
    Preparing search index...

    Interface ISegmentGroupClass

    Interface for evaluating if a context matches a segment.

    interface ISegmentGroupClass {
        segmentName: string;
        getIsGlobal(): boolean;
        getSegmentData(): ISegmentGroup;
        userInGroup(ctx: GeneralContext): boolean;
    }

    Implemented by

    Index

    Properties

    segmentName: string

    Name of the segment.

    Methods

    • Checks if segment data is global.

      Returns boolean