We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
addFloatLayer
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
相关接口修改
public addFloatLayer = (options: { refDefs: IRefDefs[], x?: number, y?: number, targetElement?: HTMLElement, originalRefBlockIDs?: IObject, isBacklink: boolean, })
ids: string[], defIds?: string[] 合并为 refDefs: { refID: string, defIDs?: string[] }[],其中 ids 对应 refDefs.refID,defIds 对应 refDefs.defIDs
ids: string[], defIds?: string[]
refDefs: { refID: string, defIDs?: string[] }[]
ids
refDefs.refID
defIds
refDefs.defIDs
Originally posted by @Vanessa219 in #13791 (comment)
The text was updated successfully, but these errors were encountered:
Vanessa219
No branches or pull requests
相关接口修改
ids: string[], defIds?: string[]
合并为refDefs: { refID: string, defIDs?: string[] }[]
,其中ids
对应refDefs.refID
,defIds
对应refDefs.defIDs
Originally posted by @Vanessa219 in #13791 (comment)
The text was updated successfully, but these errors were encountered: