跳到主要内容

Path.noop()

The Path.noop() method adds a placeholder path operation. A noop operation does nothing, but is intended to be replaced later with Path.insop().

Signature

Path path.noop(string id)
提示

This method is chainable as it returns the Path object

Example

Example of the Path.noop() method