type ShowModalQuery: object;Type declaration
c?
optional c: string;Content to display in the modal; full HTML page preferred
cl?
optional cl: boolean;Chromeless (without a header and borders) or not
fs?
optional fs: boolean;FullScreen or not
h?
optional h: number;Desired modal height
n
n: string;Name of the modal's action for receiving events; generated automatically by Modal base class
t?
optional t: string;Title to show on the modal
tb?
optional tb: boolean;TransparentBackground or not
u?
optional u: string;URL to display in the modal (this or c is required). Can be relative to /public directory in the package
w?
optional w: number;Desired modal width