@farmart-tech/brave-firebase-adapter
    Preparing search index...

    Interface SegmentGroup

    interface SegmentGroup {
        segmentName: string;
        getIsGlobal(): boolean;
        getSegmentData(): ISegmentGroup;
        userInGroup(context: GeneralContext): boolean;
    }

    Implements

    • ISegmentGroupClass
    Index

    Properties

    segmentName: string

    Name of the segment.

    Methods

    • Checks if segment data is global.

      Returns boolean

    • Retrieves the raw segment configuration.

      Returns ISegmentGroup

    • Checks if the given context belongs to this segment.

      Parameters

      • context: GeneralContext

      Returns boolean