• Preparing search index...
  • The search index is not available
matter.js-monorepo
  • matter.js-monorepo
  • @matter/main
  • protocol
  • attributePathToId

Function attributePathToId

  • attributePathToId(__namedParameters): string
  • Parameters

    • __namedParameters: TypeFromFields<{
          attributeId: OptionalFieldType<AttributeId>;
          clusterId: OptionalFieldType<ClusterId>;
          enableTagCompression: OptionalFieldType<boolean>;
          endpointId: OptionalFieldType<EndpointNumber>;
          listIndex: OptionalFieldType<null | number>;
          nodeId: OptionalFieldType<NodeId>;
          wildcardPathFlags: OptionalFieldType<TypeFromPartialBitSchema<{
              reserved1: BitFlag;
              skipAttributeList: BitFlag;
              skipChangesOmittedAttributes: BitFlag;
              skipCommandLists: BitFlag;
              skipCustomElements: BitFlag;
              skipDiagnosticsClusters: BitFlag;
              skipFixedAttributes: BitFlag;
              skipGlobalAttributes: BitFlag;
              skipRootNode: BitFlag;
          }>>;
      }>

    Returns string

    • Defined in packages/protocol/dist/esm/interaction/InteractionServer.d.ts:53

Settings

Member Visibility
matter.js-monorepo
  • Loading...

Generated using TypeDoc