element-vir - v26.14.0
    Preparing search index...

    Variable mutateConst

    mutate: (
        ...values: [
            callback: (params: Omit<MutateDirectiveParams, "params">) => void,
        ],
    ) => DirectiveResult<typeof __class> = ...

    A directive that allows arbitrary modifications to be made to the element that it's attached to.

    Type Declaration

      • (
            ...values: [
                callback: (params: Omit<MutateDirectiveParams, "params">) => void,
            ],
        ): DirectiveResult<typeof __class>
      • Parameters

        Returns DirectiveResult<typeof __class>