Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Commit 8f52467

Browse files
author
blond
committed
feat(typing): add scope field
1 parent 203855c commit 8f52467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ declare class BemEntityName {
99
readonly modName: string | undefined;
1010
readonly modVal: string | true | undefined;
1111
readonly type: BemSDK.EntityName.TYPE;
12+
readonly scope: BemEntityName | null;
1213
readonly id: string;
1314

1415
isSimpleMod(): boolean | null;

0 commit comments

Comments
 (0)