• Preparing search index...
  • The search index is not available
matter.js-monorepo
  • matter.js-monorepo
  • @matter/model
  • IllegalFeatureCombinations

Function IllegalFeatureCombinations

  • IllegalFeatureCombinations(cluster): {
        illegal: IllegalFeatureCombinations;
        requiresFeatures: boolean;
    }
  • Analyzes feature conformance to ascertain feature combinations that are unsupported. Uses rules to match the conformance AST.

    Rule matching is not exhaustive but supports a significant subset of the conformance dialect that is inclusive of all feature conformances used by the 1.1 specifications.

    Throws an error if conformance does not adhere to supported rules. This indicates the ruleset needs augmentation.

    Parameters

    • cluster: ClusterModel

    Returns {
        illegal: IllegalFeatureCombinations;
        requiresFeatures: boolean;
    }

    • illegal: IllegalFeatureCombinations
    • requiresFeatures: boolean
    • Defined in packages/model/src/logic/cluster-variance/IllegalFeatureCombinations.ts:30

Settings

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

Generated using TypeDoc