TlvParameter: ObjectSchema<{
    externalIdList: OptionalFieldType<TypeFromFields<{
        name: FieldType<string>;
        value: FieldType<string>;
    }>[]>;
    type: FieldType<ContentLauncher.ParameterEnum>;
    value: FieldType<string>;
}> = ...

This object defines inputs to a search for content for display or playback.

Type declaration

  • externalIdList: OptionalFieldType<TypeFromFields<{
        name: FieldType<string>;
        value: FieldType<string>;
    }>[]>

    This field shall indicate the list of additional external content identifiers.

    MatterSpecification.v13.Cluster § 6.7.5.6.3

  • type: FieldType<ContentLauncher.ParameterEnum>

    This field shall indicate the entity type.

    MatterSpecification.v13.Cluster § 6.7.5.6.1

  • value: FieldType<string>

    This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.

    MatterSpecification.v13.Cluster § 6.7.5.6.2

MatterSpecification.v13.Cluster § 6.7.5.6