BooleanAttribute: {
    key: string;
    type: BOOLEAN;
    value: "true" | "false";
}

Type declaration

  • key: string

    The attribute's unique identifier.

  • type: BOOLEAN

    Union discriminant.

  • value: "true" | "false"

    A JS boolean value serialized as string. It's consumer responsibility to parse it.