CompleteInstance: MutableCluster<{
    attributes: {
        acceptedCommandList: Attribute;
        activeCalendarType: WritableAttribute<TimeFormatLocalization.CalendarType, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                calendarFormat: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        attributeList: Attribute;
        clusterRevision: Attribute;
        featureMap: Attribute;
        generatedCommandList: Attribute;
        hourFormat: WritableAttribute<TimeFormatLocalization.HourFormat, any>;
        supportedCalendarTypes: FixedAttribute<TimeFormatLocalization.CalendarType[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                calendarFormat: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    };
    features: {
        calendarFormat: BitFlag;
    };
    id: @matter/general;
    name: "TimeFormatLocalization";
    revision: 1;
}, []>

Type declaration

  • Readonlyattributes: {
        acceptedCommandList: Attribute;
        activeCalendarType: WritableAttribute<TimeFormatLocalization.CalendarType, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                calendarFormat: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        attributeList: Attribute;
        clusterRevision: Attribute;
        featureMap: Attribute;
        generatedCommandList: Attribute;
        hourFormat: WritableAttribute<TimeFormatLocalization.HourFormat, any>;
        supportedCalendarTypes: FixedAttribute<TimeFormatLocalization.CalendarType[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                calendarFormat: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    }
    • ReadonlyacceptedCommandList: Attribute
    • ReadonlyactiveCalendarType: WritableAttribute<TimeFormatLocalization.CalendarType, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              calendarFormat: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlyattributeList: Attribute
    • ReadonlyclusterRevision: Attribute
    • ReadonlyfeatureMap: Attribute
    • ReadonlygeneratedCommandList: Attribute
    • ReadonlyhourFormat: WritableAttribute<TimeFormatLocalization.HourFormat, any>
    • ReadonlysupportedCalendarTypes: FixedAttribute<TimeFormatLocalization.CalendarType[], any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              calendarFormat: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
  • Readonlyfeatures: {
        calendarFormat: BitFlag;
    }
    • ReadonlycalendarFormat: BitFlag

      CalendarFormat

      The Node can be configured to use different calendar formats when conveying values to a user.

  • Readonlyid: @matter/general
  • Readonlyname: "TimeFormatLocalization"
  • Readonlyrevision: 1