Interface ChipActivationInfo

Options that can be passed to Composite._activateChildChip()

interface ChipActivationInfo {
    attribute?: string;
    chip: ChipResolvable;
    context?: ChipContextResolvable;
    id?: string;
    includeInChildContext?: boolean;
    inputSignal?: Signal;
    reloadMemento?: ReloadMemento;
}

Hierarchy (view full)

Properties

attribute?: string

If provided, will store the chip using this attribute name. If the name ends with [] or if the attribute is an array, adds the chip to the array attribute of that name.

Additional context or function to return a context

id?: string
includeInChildContext?: boolean

If true, adds the child chip to the context provided to children, using the provided attribute or id.

inputSignal?: Signal

An input signal given to the chip

reloadMemento?: ReloadMemento

Generated using TypeDoc