phaser - v3.90.0
    Preparing search index...

    Type Alias ChooseContextConfig

    A configuration object that may be applied to a Context Choose operation.

    type ChooseContextConfig = {
        filters?: ContextFilter[];
        maxSize?: number;
        minSize?: number;
    }
    Index

    Properties

    filters?: ContextFilter[]

    The set of filters to apply to the context suggestions: 'NEW_CONTEXT_ONLY', 'INCLUDE_EXISTING_CHALLENGES' or 'NEW_PLAYERS_ONLY'.

    maxSize?: number

    The maximum number of participants that a suggested context should ideally have.

    minSize?: number

    The minimum number of participants that a suggested context should ideally have.