MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / BlockOptions

Interface BlockOptions

packages/core/src/generators/html/generator.ts:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 experimental?: any;
58};
59interface BlockOptions {
60 contextVars?: string[];
61 context?: string;
62 scopeVars?: ScopeVars;
63 childComponents?: string[];
64 outputs?: string[];
65 props?: Set<string>;
66 ComponentName?: string;
67}
68
69const isAttribute = (key: string): boolean => {
70 return /-/.test(key);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…