WithOptionalAttributes<T>: Omit<T, "attributes"> & {
    attributes?: JAttribute[];
}

Type Parameters

  • T

Type declaration