ink-cartridge
    Preparing search index...

    Type Alias FocusRef

    Reference to a named focus target, optionally inside a focus group.

    A plain string refers to a target in the default focus layer; the object form refers to a target inside the named group.

    type FocusRef = {
        focusId: string;
        group: string;
    }
    Index
    focusId: string

    The id of the target inside the group.

    group: string

    The name of the focus group the target belongs to.